08. Spring Initializr

Spring Initializr will help you easily use Spring Boot

Spring Initializr will help you easily use Spring Boot

We will use Spring Boot throughout this course to more easily deploy web services and APIs with Java.

Spring Initializr is a tool that quickly generates the base code needed for a Spring Boot project including dependencies. The tool can be accessed from a web browser or from within your Integrated Development Environment (IDE). For example, IntelliJ provides Spring Initializr instructions here. If you haven't already, you should check this tool out before we get deeper into the course.